

How to update from Friendly v1.3 to Friendly v1.4 [Don't forget to back up your files before proceeding]

----------------------------------------------------------------------------
--------------------------------- MySQL ------------------------------------

Log-in into phpMyAdmin (or your MySQL database) and on the SQL tab run the following queries:

1) ALTER TABLE `users` ADD `show_born` TINYINT UNSIGNED NOT NULL DEFAULT '1' COMMENT '0: No show 1: Show born' AFTER `born` ;


----------------------------------------------------------------------------
---------------------------------- FTP -------------------------------------
Upload and replace the following files on your server:

themes/default/html/__dashboard-one-alert-messages.php
themes/default/html/__profile-onecomment-post.php
themes/default/html/__profile-one-msgchat.php
themes/default/html/__page-activity-one-post.php
themes/default/html/__onecomment-post.php
themes/default/html/__one-share-post.php
themes/default/html/__one-post.php
themes/default/html/__one-post-shared.php
themes/default/html/__group-activity-one-post.php
themes/default/html/__dashboard-one-userchat.php
themes/default/html/__dashboard-one-notification.php
themes/default/html/__dashboard-one-comment.php
themes/default/html/__dashboard-one-alert-notifications.php
themes/default/html/home.php
themes/default/html/infouser.php
themes/default/html/dashboard-groups-addmembers.php
themes/default/html/dashboard-myinformation.php


themes/default/js/js_dashboard.js
themes/default/js/js_d_myinformation.js


system/controllers/_connect-facebook.php
system/controllers/ajax_dashboard-myinformation.php



system/config.php /** Only the necessary lines **/


(Consider only lines new translation.)

system/languages/en/outside/home.php
system/languages/es/outside/home.php

system/languages/en/inside/dashboard.php
system/languages/es/inside/dashboard.php


** The lines indicating the update, in the case of language, and config, are at the end of the files.



FILE NEWS

system/controllers/oauthgplus.php
system/controllers/oauthgplusData.php
themes/default/imgs/ico-login-gp.png
system/controllers/google/   //folder


system/controllers/oauthlinkedin.php
system/controllers/oauthlinkedinData.php
themes/default/imgs/ico-login-in.png
system/controllers/linkedin/   //folder


system/controllers/oauthyahoo.php
system/controllers/oauthyahooData.php
themes/default/imgs/ico-login-yh.png
system/controllers/yahoo/   //folder


themes/default/imgs/ico-login-fb.png
themes/default/imgs/ico-login-tw.png
themes/default/imgs/ico-login-vk.png


[or do a clean reinstall]

----------------------------------------------------------------------------
--------------------------------- Changelog --------------------------------
- Fixed some errors.
- Improved displays of TimeZone.
- Is optimized writing comments.
- Added the hiding of birth in user profiles.
- Login with Facebook was improved.
- Has been added authentication with Google Plus.
- Has been added authentication with Linkedin.
- Has been added authentication with Yahoo.